home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / basic / PureBasic_Upd.lha / PureBasic_Update1.60 / PureBasic / Library SDK / PhxAss / AmigaLibs.asm next >
Encoding:
Assembly Source File  |  2000-09-10  |  45.2 KB  |  1,325 lines

  1. ;****************************************************
  2. ;
  3. ;     Amiga Rom 3.1 library offsets for PhxAss
  4. ;
  5. ; Converted by AlphaSND - © 1999 Fantaisie Software
  6. ;
  7. ;****************************************************
  8.  
  9.  
  10. ;****************************************************
  11. ;             mathieeedoubbas.library
  12. ;****************************************************
  13.  
  14. _IEEEDPFix   = -$1e  ; - d0,d1
  15. _IEEEDPFlt   = -$24  ; - d0
  16. _IEEEDPCmp   = -$2a  ; - d0,d1,d2,d3
  17. _IEEEDPTst   = -$30  ; - d0,d1
  18. _IEEEDPAbs   = -$36  ; - d0,d1
  19. _IEEEDPNeg   = -$3c  ; - d0,d1
  20. _IEEEDPAdd   = -$42  ; - d0,d1,d2,d3
  21. _IEEEDPSub   = -$48  ; - d0,d1,d2,d3
  22. _IEEEDPMul   = -$4e  ; - d0,d1,d2,d3
  23. _IEEEDPDiv   = -$54  ; - d0,d1,d2,d3
  24. _IEEEDPFloor = -$5a  ; - d0,d1
  25. _IEEEDPCeil  = -$60  ; - d0,d1
  26.  
  27.  
  28. ;****************************************************
  29. ;            mathieeedoubtrans.library
  30. ;****************************************************
  31.  
  32. _IEEEDPAtan   = -$1e  ; - d0,d1
  33. _IEEEDPSin    = -$24  ; - d0,d1
  34. _IEEEDPCos    = -$2a  ; - d0,d1
  35. _IEEEDPTan    = -$30  ; - d0,d1
  36. _IEEEDPSincos = -$36  ; - a0,d0,d1
  37. _IEEEDPSinh   = -$3c  ; - d0,d1
  38. _IEEEDPCosh   = -$42  ; - d0,d1
  39. _IEEEDPTanh   = -$48  ; - d0,d1
  40. _IEEEDPExp    = -$4e  ; - d0,d1
  41. _IEEEDPLog    = -$54  ; - d0,d1
  42. _IEEEDPPow    = -$5a  ; - d2,d3,d0,d1
  43. _IEEEDPSqrt   = -$60  ; - d0,d1
  44. _IEEEDPTieee  = -$66  ; - d0,d1
  45. _IEEEDPFieee  = -$6c  ; - d0
  46. _IEEEDPAsin   = -$72  ; - d0,d1
  47. _IEEEDPAcos   = -$78  ; - d0,d1
  48. _IEEEDPLog10  = -$7e  ; - d0,d1
  49.  
  50.  
  51. ;****************************************************
  52. ;             mathieeesingbas.library
  53. ;****************************************************
  54.  
  55. _IEEESPFix   = -$1e  ; - d0
  56. _IEEESPFlt   = -$24  ; - d0
  57. _IEEESPCmp   = -$2a  ; - d0,d1
  58. _IEEESPTst   = -$30  ; - d0
  59. _IEEESPAbs   = -$36  ; - d0
  60. _IEEESPNeg   = -$3c  ; - d0
  61. _IEEESPAdd   = -$42  ; - d0,d1
  62. _IEEESPSub   = -$48  ; - d0,d1
  63. _IEEESPMul   = -$4e  ; - d0,d1
  64. _IEEESPDiv   = -$54  ; - d0,d1
  65. _IEEESPFloor = -$5a  ; - d0
  66. _IEEESPCeil  = -$60  ; - d0
  67.  
  68.  
  69. ;****************************************************
  70. ;            mathieeesingtrans.library
  71. ;****************************************************
  72.  
  73. _IEEESPAtan   = -$1e  ; - d0
  74. _IEEESPSin    = -$24  ; - d0
  75. _IEEESPCos    = -$2a  ; - d0
  76. _IEEESPTan    = -$30  ; - d0
  77. _IEEESPSincos = -$36  ; - a0,d0
  78. _IEEESPSinh   = -$3c  ; - d0
  79. _IEEESPCosh   = -$42  ; - d0
  80. _IEEESPTanh   = -$48  ; - d0
  81. _IEEESPExp    = -$4e  ; - d0
  82. _IEEESPLog    = -$54  ; - d0
  83. _IEEESPPow    = -$5a  ; - d1,d0
  84. _IEEESPSqrt   = -$60  ; - d0
  85. _IEEESPTieee  = -$66  ; - d0
  86. _IEEESPFieee  = -$6c  ; - d0
  87. _IEEESPAsin   = -$72  ; - d0
  88. _IEEESPAcos   = -$78  ; - d0
  89. _IEEESPLog10  = -$7e  ; - d0
  90.  
  91.  
  92. ;****************************************************
  93. ;                mathtrans.library
  94. ;****************************************************
  95.  
  96. _SPAtan   = -$1e  ; - d0
  97. _SPSin    = -$24  ; - d0
  98. _SPCos    = -$2a  ; - d0
  99. _SPTan    = -$30  ; - d0
  100. _SPSincos = -$36  ; - d1,d0
  101. _SPSinh   = -$3c  ; - d0
  102. _SPCosh   = -$42  ; - d0
  103. _SPTanh   = -$48  ; - d0
  104. _SPExp    = -$4e  ; - d0
  105. _SPLog    = -$54  ; - d0
  106. _SPPow    = -$5a  ; - d1,d0
  107. _SPSqrt   = -$60  ; - d0
  108. _SPTieee  = -$66  ; - d0
  109. _SPFieee  = -$6c  ; - d0
  110. _SPAsin   = -$72  ; - d0
  111. _SPAcos   = -$78  ; - d0
  112. _SPLog10  = -$7e  ; - d0
  113.  
  114.  
  115. ;****************************************************
  116. ;                   misc.library
  117. ;****************************************************
  118.  
  119. _AllocMiscResource = -$6   ; - d0,a1
  120. _FreeMiscResource  = -$c   ; - d0
  121.  
  122.  
  123. ;****************************************************
  124. ;               nonvolatile.library
  125. ;****************************************************
  126.  
  127. _GetCopyNV       = -$1e  ; - a0,a1,d1
  128. _FreeNVData      = -$24  ; - a0
  129. _StoreNV         = -$2a  ; - a0,a1,a2,d0,d1
  130. _DeleteNV        = -$30  ; - a0,a1,d1
  131. _GetNVInfo       = -$36  ; - d1
  132. _GetNVList       = -$3c  ; - a0,d1
  133. _SetNVProtection = -$42  ; - a0,a1,d2,d1
  134.  
  135.  
  136. ;****************************************************
  137. ;                  potgo.library
  138. ;****************************************************
  139.  
  140. _AllocPotBits = -$6   ; - d0
  141. _FreePotBits  = -$c   ; - d0
  142. _WritePotgo   = -$12  ; - d0,d1
  143.  
  144.  
  145. ;****************************************************
  146. ;                 ramdrive.library
  147. ;****************************************************
  148.  
  149. _KillRAD0 = -$2a  ; -
  150. _KillRAD  = -$30  ; - d0
  151.  
  152.  
  153. ;****************************************************
  154. ;                 realtime.library
  155. ;****************************************************
  156.  
  157. _LockRealTime      = -$1e  ; - d0
  158. _UnlockRealTime    = -$24  ; - a0
  159. _CreatePlayerA     = -$2a  ; - a0
  160. _DeletePlayer      = -$30  ; - a0
  161. _SetPlayerAttrsA   = -$36  ; - a0,a1
  162. _SetConductorState = -$3c  ; - a0,d0,d1
  163. _ExternalSync      = -$42  ; - a0,d0,d1
  164. _NextConductor     = -$48  ; - a0
  165. _FindConductor     = -$4e  ; - a0
  166. _GetPlayerAttrsA   = -$54  ; - a0,a1
  167.  
  168.  
  169. ;****************************************************
  170. ;                rexxsyslib.library
  171. ;****************************************************
  172.  
  173. _CreateArgstring = -$7e  ; - a0,d0
  174. _DeleteArgstring = -$84  ; - a0
  175. _LengthArgstring = -$8a  ; - a0
  176. _CreateRexxMsg   = -$90  ; - a0,a1,d0
  177. _DeleteRexxMsg   = -$96  ; - a0
  178. _ClearRexxMsg    = -$9c  ; - a0,d0
  179. _FillRexxMsg     = -$a2  ; - a0,d0,d1
  180. _IsRexxMsg       = -$a8  ; - a0
  181. _LockRexxBase    = -$1c2 ; - d0
  182. _UnlockRexxBase  = -$1c8 ; - d0
  183.  
  184.  
  185. ;****************************************************
  186. ;                  timer.library
  187. ;****************************************************
  188.  
  189. _AddTime    = -$2a  ; - a0,a1
  190. _SubTime    = -$30  ; - a0,a1
  191. _CmpTime    = -$36  ; - a0,a1
  192. _ReadEClock = -$3c  ; - a0
  193. _GetSysTime = -$42  ; - a0
  194.  
  195.  
  196. ;****************************************************
  197. ;                translator.library
  198. ;****************************************************
  199.  
  200. _Translate = -$1e  ; - a0,d0,a1,d1
  201.  
  202.  
  203. ;****************************************************
  204. ;                 utility.library
  205. ;****************************************************
  206.  
  207. _FindTagItem           = -$1e  ; - d0,a0
  208. _GetTagData            = -$24  ; - d0,d1,a0
  209. _PackBoolTags          = -$2a  ; - d0,a0,a1
  210. _NextTagItem           = -$30  ; - a0
  211. _FilterTagChanges      = -$36  ; - a0,a1,d0
  212. _MapTags               = -$3c  ; - a0,a1,d0
  213. _AllocateTagItems      = -$42  ; - d0
  214. _CloneTagItems         = -$48  ; - a0
  215. _FreeTagItems          = -$4e  ; - a0
  216. _RefreshTagItemClones  = -$54  ; - a0,a1
  217. _TagInArray            = -$5a  ; - d0,a0
  218. _FilterTagItems        = -$60  ; - a0,a1,d0
  219. _CallHookPkt           = -$66  ; - a0,a2,a1
  220. _Amiga2Date            = -$78  ; - d0,a0
  221. _DateToAmiga           = -$7e  ; - a0
  222. _CheckDate             = -$84  ; - a0
  223. _SMult32               = -$8a  ; - d0,d1
  224. _UMult32               = -$90  ; - d0,d1
  225. _SDivMod32             = -$96  ; - d0,d1
  226. _UDivMod32             = -$9c  ; - d0,d1
  227. _Stricmp               = -$a2  ; - a0,a1
  228. _Strnicmp              = -$a8  ; - a0,a1,d0
  229. _ToUpper               = -$ae  ; - d0
  230. _ToLower               = -$b4  ; - d0
  231. _ApplyTagChanges       = -$ba  ; - a0,a1
  232. _SMult64               = -$c6  ; - d0,d1
  233. _UMult64               = -$cc  ; - d0,d1
  234. _PackStructureTags     = -$d2  ; - a0,a1,a2
  235. _UnpackStructureTags   = -$d8  ; - a0,a1,a2
  236. _AddNamedObject        = -$de  ; - a0,a1
  237. _AllocNamedObjectA     = -$e4  ; - a0,a1
  238. _AttemptRemNamedObject = -$ea  ; - a0
  239. _FindNamedObject       = -$f0  ; - a0,a1,a2
  240. _FreeNamedObject       = -$f6  ; - a0
  241. _NamedObjectName       = -$fc  ; - a0
  242. _ReleaseNamedObject    = -$102 ; - a0
  243. _RemNamedObject        = -$108 ; - a0,a1
  244. _GetUniqueID           = -$10e ; -
  245.  
  246.  
  247. ;****************************************************
  248. ;                    wb.library
  249. ;****************************************************
  250.  
  251. _AddAppWindowA     = -$30  ; - d0,d1,a0,a1,a2
  252. _RemoveAppWindow   = -$36  ; - a0
  253. _AddAppIconA       = -$3c  ; - d0,d1,a0,a1,a2,a3,a4
  254. _RemoveAppIcon     = -$42  ; - a0
  255. _AddAppMenuItemA   = -$48  ; - d0,d1,a0,a1,a2
  256. _RemoveAppMenuItem = -$4e  ; - a0
  257. _WBInfo            = -$5a  ; - a0,a1,a2
  258.  
  259.  
  260. ;****************************************************
  261. ;                amigaguide.library
  262. ;****************************************************
  263.  
  264. _LockAmigaGuideBase     = -$24  ; - a0
  265. _UnlockAmigaGuideBase   = -$2a  ; - d0
  266. _OpenAmigaGuideA        = -$36  ; - a0,a1
  267. _OpenAmigaGuideAsyncA   = -$3c  ; - a0,d0
  268. _CloseAmigaGuide        = -$42  ; - a0
  269. _AmigaGuideSignal       = -$48  ; - a0
  270. _GetAmigaGuideMsg       = -$4e  ; - a0
  271. _ReplyAmigaGuideMsg     = -$54  ; - a0
  272. _SetAmigaGuideContextA  = -$5a  ; - a0,d0,d1
  273. _SendAmigaGuideContextA = -$60  ; - a0,d0
  274. _SendAmigaGuideCmdA     = -$66  ; - a0,d0,d1
  275. _SetAmigaGuideAttrsA    = -$6c  ; - a0,a1
  276. _GetAmigaGuideAttr      = -$72  ; - d0,a0,a1
  277. _LoadXRef               = -$7e  ; - a0,a1
  278. _ExpungeXRef            = -$84  ; -
  279. _AddAmigaGuideHostA     = -$8a  ; - a0,d0,a1
  280. _RemoveAmigaGuideHostA  = -$90  ; - a0,a1
  281. _GetAmigaGuideString    = -$d2  ; - d0
  282.  
  283.  
  284. ;****************************************************
  285. ;                   asl.library
  286. ;****************************************************
  287.  
  288. _AllocFileRequest = -$1e  ; -
  289. _FreeFileRequest  = -$24  ; - a0
  290. _RequestFile      = -$2a  ; - a0
  291. _AllocAslRequest  = -$30  ; - d0,a0
  292. _FreeAslRequest   = -$36  ; - a0
  293. _AslRequest       = -$3c  ; - a0,a1
  294.  
  295.  
  296. ;****************************************************
  297. ;                battclock.library
  298. ;****************************************************
  299.  
  300. _ResetBattClock = -$6   ; -
  301. _ReadBattClock  = -$c   ; -
  302. _WriteBattClock = -$12  ; - d0
  303.  
  304.  
  305. ;****************************************************
  306. ;                 battmem.library
  307. ;****************************************************
  308.  
  309. _ObtainBattSemaphore  = -$6   ; -
  310. _ReleaseBattSemaphore = -$c   ; -
  311. _ReadBattMem          = -$12  ; - a0,d0,d1
  312. _WriteBattMem         = -$18  ; - a0,d0,d1
  313.  
  314.  
  315. ;****************************************************
  316. ;                  bullet.library
  317. ;****************************************************
  318.  
  319. _OpenEngine   = -$1e  ; -
  320. _CloseEngine  = -$24  ; - a0
  321. _SetInfoA     = -$2a  ; - a0,a1
  322. _ObtainInfoA  = -$30  ; - a0,a1
  323. _ReleaseInfoA = -$36  ; - a0,a1
  324.  
  325.  
  326. ;****************************************************
  327. ;                 cardres.library
  328. ;****************************************************
  329.  
  330. _OwnCard            = -$6   ; - a1
  331. _ReleaseCard        = -$c   ; - a1,d0
  332. _GetCardMap         = -$12  ; -
  333. _BeginCardAccess    = -$18  ; - a1
  334. _EndCardAccess      = -$1e  ; - a1
  335. _ReadCardStatus     = -$24  ; -
  336. _CardResetRemove    = -$2a  ; - a1,d0
  337. _CardMiscControl    = -$30  ; - a1,d1
  338. _CardAccessSpeed    = -$36  ; - a1,d0
  339. _CardProgramVoltage = -$3c  ; - a1,d0
  340. _CardResetCard      = -$42  ; - a1
  341. _CopyTuple          = -$48  ; - a1,a0,d1,d0
  342. _DeviceTuple        = -$4e  ; - a0,a1
  343. _IfAmigaXIP         = -$54  ; - a2
  344. _CardForceChange    = -$5a  ; -
  345. _CardChangeCount    = -$60  ; -
  346. _CardInterface      = -$66  ; -
  347.  
  348.  
  349. ;****************************************************
  350. ;                   cia.library
  351. ;****************************************************
  352.  
  353. _AddICRVector = -$6   ; - a6,d0,a1
  354. _RemICRVector = -$c   ; - a6,d0,a1
  355. _AbleICR      = -$12  ; - a6,d0
  356. _SetICR       = -$18  ; - a6,d0
  357.  
  358.  
  359. ;****************************************************
  360. ;                colorwheel.library
  361. ;****************************************************
  362.  
  363. _ConvertHSBToRGB = -$1e  ; - a0,a1
  364. _ConvertRGBToHSB = -$24  ; - a0,a1
  365.  
  366.  
  367. ;****************************************************
  368. ;               commodities.library
  369. ;****************************************************
  370.  
  371. _CreateCxObj     = -$1e  ; - d0,a0,a1
  372. _CxBroker        = -$24  ; - a0,d0
  373. _ActivateCxObj   = -$2a  ; - a0,d0
  374. _DeleteCxObj     = -$30  ; - a0
  375. _DeleteCxObjAll  = -$36  ; - a0
  376. _CxObjType       = -$3c  ; - a0
  377. _CxObjError      = -$42  ; - a0
  378. _ClearCxObjError = -$48  ; - a0
  379. _SetCxObjPri     = -$4e  ; - a0,d0
  380. _AttachCxObj     = -$54  ; - a0,a1
  381. _EnqueueCxObj    = -$5a  ; - a0,a1
  382. _InsertCxObj     = -$60  ; - a0,a1,a2
  383. _RemoveCxObj     = -$66  ; - a0
  384. _SetTranslate    = -$72  ; - a0,a1
  385. _SetFilter       = -$78  ; - a0,a1
  386. _SetFilterIX     = -$7e  ; - a0,a1
  387. _ParseIX         = -$84  ; - a0,a1
  388. _CxMsgType       = -$8a  ; - a0
  389. _CxMsgData       = -$90  ; - a0
  390. _CxMsgID         = -$96  ; - a0
  391. _DivertCxMsg     = -$9c  ; - a0,a1,a2
  392. _RouteCxMsg      = -$a2  ; - a0,a1
  393. _DisposeCxMsg    = -$a8  ; - a0
  394. _InvertKeyMap    = -$ae  ; - d0,a0,a1
  395. _AddIEvents      = -$b4  ; - a0
  396. _MatchIX         = -$cc  ; - a0,a1
  397.  
  398.  
  399. ;****************************************************
  400. ;                 console.library
  401. ;****************************************************
  402.  
  403. _CDInputHandler = -$2a  ; - a0,a1
  404. _RawKeyConvert  = -$30  ; - a0,a1,d1,a2
  405.  
  406.  
  407. ;****************************************************
  408. ;                datatypes.library
  409. ;****************************************************
  410.  
  411. _ObtainDataTypeA     = -$24  ; - d0,a0,a1
  412. _ReleaseDataType     = -$2a  ; - a0
  413. _NewDTObjectA        = -$30  ; - d0,a0
  414. _DisposeDTObject     = -$36  ; - a0
  415. _SetDTAttrsA         = -$3c  ; - a0,a1,a2,a3
  416. _GetDTAttrsA         = -$42  ; - a0,a2
  417. _AddDTObject         = -$48  ; - a0,a1,a2,d0
  418. _RefreshDTObjectA    = -$4e  ; - a0,a1,a2,a3
  419. _DoAsyncLayout       = -$54  ; - a0,a1
  420. _DoDTMethodA         = -$5a  ; - a0,a1,a2,a3
  421. _RemoveDTObject      = -$60  ; - a0,a1
  422. _GetDTMethods        = -$66  ; - a0
  423. _GetDTTriggerMethods = -$6c  ; - a0
  424. _PrintDTObjectA      = -$72  ; - a0,a1,a2,a3
  425. _GetDTString         = -$8a  ; - d0
  426.  
  427.  
  428. ;****************************************************
  429. ;                   disk.library
  430. ;****************************************************
  431.  
  432. _AllocUnit  = -$6   ; - d0
  433. _FreeUnit   = -$c   ; - d0
  434. _GetUnit    = -$12  ; - a1
  435. _GiveUnit   = -$18  ; -
  436. _GetUnitID  = -$1e  ; - d0
  437. _ReadUnitID = -$24  ; - d0
  438.  
  439.  
  440. ;****************************************************
  441. ;                 diskfont.library
  442. ;****************************************************
  443.  
  444. _OpenDiskFont        = -$1e  ; - a0
  445. _AvailFonts          = -$24  ; - a0,d0,d1
  446. _NewFontContents     = -$2a  ; - a0,a1
  447. _DisposeFontContents = -$30  ; - a1
  448. _NewScaledDiskFont   = -$36  ; - a0,a1
  449.  
  450.  
  451. ;****************************************************
  452. ;                   dos.library
  453. ;****************************************************
  454.  
  455. _Open               = -$1e  ; - d1,d2
  456. _Close              = -$24  ; - d1
  457. _Read               = -$2a  ; - d1,d2,d3
  458. _Write              = -$30  ; - d1,d2,d3
  459. _Input              = -$36  ; -
  460. _Output             = -$3c  ; -
  461. _Seek               = -$42  ; - d1,d2,d3
  462. _DeleteFile         = -$48  ; - d1
  463. _Rename             = -$4e  ; - d1,d2
  464. _Lock               = -$54  ; - d1,d2
  465. _UnLock             = -$5a  ; - d1
  466. _DupLock            = -$60  ; - d1
  467. _Examine            = -$66  ; - d1,d2
  468. _ExNext             = -$6c  ; - d1,d2
  469. _Info               = -$72  ; - d1,d2
  470. _CreateDir          = -$78  ; - d1
  471. _CurrentDir         = -$7e  ; - d1
  472. _IoErr              = -$84  ; -
  473. _CreateProc         = -$8a  ; - d1,d2,d3,d4
  474. _Exit               = -$90  ; - d1
  475. _LoadSeg            = -$96  ; - d1
  476. _UnLoadSeg          = -$9c  ; - d1
  477. _DeviceProc         = -$ae  ; - d1
  478. _SetComment         = -$b4  ; - d1,d2
  479. _SetProtection      = -$ba  ; - d1,d2
  480. _DateStamp          = -$c0  ; - d1
  481. _Delay              = -$c6  ; - d1
  482. _WaitForChar        = -$cc  ; - d1,d2
  483. _ParentDir          = -$d2  ; - d1
  484. _IsInteractive      = -$d8  ; - d1
  485. _Execute            = -$de  ; - d1,d2,d3
  486. _AllocDosObject     = -$e4  ; - d1,d2
  487. _FreeDosObject      = -$ea  ; - d1,d2
  488. _DoPkt              = -$f0  ; - d1,d2,d3,d4,d5,d6,d7
  489. _SendPkt            = -$f6  ; - d1,d2,d3
  490. _WaitPkt            = -$fc  ; -
  491. _ReplyPkt           = -$102 ; - d1,d2,d3
  492. _AbortPkt           = -$108 ; - d1,d2
  493. _LockRecord         = -$10e ; - d1,d2,d3,d4,d5
  494. _LockRecords        = -$114 ; - d1,d2
  495. _UnLockRecord       = -$11a ; - d1,d2,d3
  496. _UnLockRecords      = -$120 ; - d1
  497. _SelectInput        = -$126 ; - d1
  498. _SelectOutput       = -$12c ; - d1
  499. _FGetC              = -$132 ; - d1
  500. _FPutC              = -$138 ; - d1,d2
  501. _UnGetC             = -$13e ; - d1,d2
  502. _FRead              = -$144 ; - d1,d2,d3,d4
  503. _FWrite             = -$14a ; - d1,d2,d3,d4
  504. _FGets              = -$150 ; - d1,d2,d3
  505. _FPuts              = -$156 ; - d1,d2
  506. _VFWritef           = -$15c ; - d1,d2,d3
  507. _VFPrintf           = -$162 ; - d1,d2,d3
  508. _Flush              = -$168 ; - d1
  509. _SetVBuf            = -$16e ; - d1,d2,d3,d4
  510. _DupLockFromFH      = -$174 ; - d1
  511. _OpenFromLock       = -$17a ; - d1
  512. _ParentOfFH         = -$180 ; - d1
  513. _ExamineFH          = -$186 ; - d1,d2
  514. _SetFileDate        = -$18c ; - d1,d2
  515. _NameFromLock       = -$192 ; - d1,d2,d3
  516. _NameFromFH         = -$198 ; - d1,d2,d3
  517. _SplitName          = -$19e ; - d1,d2,d3,d4,d5
  518. _SameLock           = -$1a4 ; - d1,d2
  519. _SetMode            = -$1aa ; - d1,d2
  520. _ExAll              = -$1b0 ; - d1,d2,d3,d4,d5
  521. _ReadLink           = -$1b6 ; - d1,d2,d3,d4,d5
  522. _MakeLink           = -$1bc ; - d1,d2,d3
  523. _ChangeMode         = -$1c2 ; - d1,d2,d3
  524. _SetFileSize        = -$1c8 ; - d1,d2,d3
  525. _SetIoErr           = -$1ce ; - d1
  526. _Fault              = -$1d4 ; - d1,d2,d3,d4
  527. _PrintFault         = -$1da ; - d1,d2
  528. _ErrorReport        = -$1e0 ; - d1,d2,d3,d4
  529. _Cli                = -$1ec ; -
  530. _CreateNewProc      = -$1f2 ; - d1
  531. _RunCommand         = -$1f8 ; - d1,d2,d3,d4
  532. _GetConsoleTask     = -$1fe ; -
  533. _SetConsoleTask     = -$204 ; - d1
  534. _GetFileSysTask     = -$20a ; -
  535. _SetFileSysTask     = -$210 ; - d1
  536. _GetArgStr          = -$216 ; -
  537. _SetArgStr          = -$21c ; - d1
  538. _FindCliProc        = -$222 ; - d1
  539. _MaxCli             = -$228 ; -
  540. _SetCurrentDirName  = -$22e ; - d1
  541. _GetCurrentDirName  = -$234 ; - d1,d2
  542. _SetProgramName     = -$23a ; - d1
  543. _GetProgramName     = -$240 ; - d1,d2
  544. _SetPrompt          = -$246 ; - d1
  545. _GetPrompt          = -$24c ; - d1,d2
  546. _SetProgramDir      = -$252 ; - d1
  547. _GetProgramDir      = -$258 ; -
  548. _SystemTagList      = -$25e ; - d1,d2
  549. _AssignLock         = -$264 ; - d1,d2
  550. _AssignLate         = -$26a ; - d1,d2
  551. _AssignPath         = -$270 ; - d1,d2
  552. _AssignAdd          = -$276 ; - d1,d2
  553. _RemAssignList      = -$27c ; - d1,d2
  554. _GetDeviceProc      = -$282 ; - d1,d2
  555. _FreeDeviceProc     = -$288 ; - d1
  556. _LockDosList        = -$28e ; - d1
  557. _UnLockDosList      = -$294 ; - d1
  558. _AttemptLockDosList = -$29a ; - d1
  559. _RemDosEntry        = -$2a0 ; - d1
  560. _AddDosEntry        = -$2a6 ; - d1
  561. _FindDosEntry       = -$2ac ; - d1,d2,d3
  562. _NextDosEntry       = -$2b2 ; - d1,d2
  563. _MakeDosEntry       = -$2b8 ; - d1,d2
  564. _FreeDosEntry       = -$2be ; - d1
  565. _IsFileSystem       = -$2c4 ; - d1
  566. _Format             = -$2ca ; - d1,d2,d3
  567. _Relabel            = -$2d0 ; - d1,d2
  568. _Inhibit            = -$2d6 ; - d1,d2
  569. _AddBuffers         = -$2dc ; - d1,d2
  570. _CompareDates       = -$2e2 ; - d1,d2
  571. _DateToStr          = -$2e8 ; - d1
  572. _StrToDate          = -$2ee ; - d1
  573. _InternalLoadSeg    = -$2f4 ; - d0,a0,a1,a2
  574. _InternalUnLoadSeg  = -$2fa ; - d1,a1
  575. _NewLoadSeg         = -$300 ; - d1,d2
  576. _AddSegment         = -$306 ; - d1,d2,d3
  577. _FindSegment        = -$30c ; - d1,d2,d3
  578. _RemSegment         = -$312 ; - d1
  579. _CheckSignal        = -$318 ; - d1
  580. _ReadArgs           = -$31e ; - d1,d2,d3
  581. _FindArg            = -$324 ; - d1,d2
  582. _ReadItem           = -$32a ; - d1,d2,d3
  583. _StrToLong          = -$330 ; - d1,d2
  584. _MatchFirst         = -$336 ; - d1,d2
  585. _MatchNext          = -$33c ; - d1
  586. _MatchEnd           = -$342 ; - d1
  587. _ParsePattern       = -$348 ; - d1,d2,d3
  588. _MatchPattern       = -$34e ; - d1,d2
  589. _FreeArgs           = -$35a ; - d1
  590. _FilePart           = -$366 ; - d1
  591. _PathPart           = -$36c ; - d1
  592. _AddPart            = -$372 ; - d1,d2,d3
  593. _StartNotify        = -$378 ; - d1
  594. _EndNotify          = -$37e ; - d1
  595. _SetVar             = -$384 ; - d1,d2,d3,d4
  596. _GetVar             = -$38a ; - d1,d2,d3,d4
  597. _DeleteVar          = -$390 ; - d1,d2
  598. _FindVar            = -$396 ; - d1,d2
  599. _CliInitNewcli      = -$3a2 ; - a0
  600. _CliInitRun         = -$3a8 ; - a0
  601. _WriteChars         = -$3ae ; - d1,d2
  602. _PutStr             = -$3b4 ; - d1
  603. _VPrintf            = -$3ba ; - d1,d2
  604. _ParsePatternNoCase = -$3c6 ; - d1,d2,d3
  605. _MatchPatternNoCase = -$3cc ; - d1,d2
  606. _SameDevice         = -$3d8 ; - d1,d2
  607. _ExAllEnd           = -$3de ; - d1,d2,d3,d4,d5
  608. _SetOwner           = -$3e4 ; - d1,d2
  609.  
  610.  
  611. ;****************************************************
  612. ;                 dtclass.library
  613. ;****************************************************
  614.  
  615. _ObtainEngine = -$1e  ; -
  616.  
  617.  
  618. ;****************************************************
  619. ;                   exec.library
  620. ;****************************************************
  621.  
  622. _Supervisor             = -30   ; - a5
  623. _InitCode               = -$48  ; - d0,d1
  624. _InitStruct             = -$4e  ; - a1,a2,d0
  625. _MakeLibrary            = -$54  ; - a0,a1,a2,d0,d1
  626. _MakeFunctions          = -$5a  ; - a0,a1,a2
  627. _FindResident           = -$60  ; - a1
  628. _InitResident           = -$66  ; - a1,d1
  629. _Alert                  = -$6c  ; - d7
  630. _Debug                  = -$72  ; - d0
  631. _Disable                = -$78  ; -
  632. _Enable                 = -$7e  ; -
  633. _Forbid                 = -$84  ; -
  634. _Permit                 = -$8a  ; -
  635. _SetSR                  = -$90  ; - d0,d1
  636. _SuperState             = -$96  ; -
  637. _UserState              = -$9c  ; - d0
  638. _SetIntVector           = -$a2  ; - d0,a1
  639. _AddIntServer           = -$a8  ; - d0,a1
  640. _RemIntServer           = -$ae  ; - d0,a1
  641. _Cause                  = -$b4  ; - a1
  642. _Allocate               = -$ba  ; - a0,d0
  643. _Deallocate             = -$c0  ; - a0,a1,d0
  644. _AllocMem               = -$c6  ; - d0,d1
  645. _AllocAbs               = -$cc  ; - d0,a1
  646. _FreeMem                = -$d2  ; - a1,d0
  647. _AvailMem               = -$d8  ; - d1
  648. _AllocEntry             = -$de  ; - a0
  649. _FreeEntry              = -$e4  ; - a0
  650. _Insert                 = -$ea  ; - a0,a1,a2
  651. _AddHead                = -$f0  ; - a0,a1
  652. _AddTail                = -$f6  ; - a0,a1
  653. _Remove                 = -$fc  ; - a1
  654. _RemHead                = -$102 ; - a0
  655. _RemTail                = -$108 ; - a0
  656. _Enqueue                = -$10e ; - a0,a1
  657. _FindName               = -$114 ; - a0,a1
  658. _AddTask                = -$11a ; - a1,a2,a3
  659. _RemTask                = -$120 ; - a1
  660. _FindTask               = -$126 ; - a1
  661. _SetTaskPri             = -$12c ; - a1,d0
  662. _SetSignal              = -$132 ; - d0,d1
  663. _SetExcept              = -$138 ; - d0,d1
  664. _Wait                   = -$13e ; - d0
  665. _Signal                 = -$144 ; - a1,d0
  666. _AllocSignal            = -$14a ; - d0
  667. _FreeSignal             = -$150 ; - d0
  668. _AllocTrap              = -$156 ; - d0
  669. _FreeTrap               = -$15c ; - d0
  670. _AddPort                = -$162 ; - a1
  671. _RemPort                = -$168 ; - a1
  672. _PutMsg                 = -$16e ; - a0,a1
  673. _GetMsg                 = -$174 ; - a0
  674. _ReplyMsg               = -$17a ; - a1
  675. _WaitPort               = -$180 ; - a0
  676. _FindPort               = -$186 ; - a1
  677. _AddLibrary             = -$18c ; - a1
  678. _RemLibrary             = -$192 ; - a1
  679. _OldOpenLibrary         = -$198 ; - a1
  680. _CloseLibrary           = -$19e ; - a1
  681. _SetFunction            = -$1a4 ; - a1,a0,d0
  682. _SumLibrary             = -$1aa ; - a1
  683. _AddDevice              = -$1b0 ; - a1
  684. _RemDevice              = -$1b6 ; - a1
  685. _OpenDevice             = -$1bc ; - a0,d0,a1,d1
  686. _CloseDevice            = -$1c2 ; - a1
  687. _DoIO                   = -$1c8 ; - a1
  688. _SendIO                 = -$1ce ; - a1
  689. _CheckIO                = -$1d4 ; - a1
  690. _WaitIO                 = -$1da ; - a1
  691. _AbortIO                = -$1e0 ; - a1
  692. _AddResource            = -$1e6 ; - a1
  693. _RemResource            = -$1ec ; - a1
  694. _OpenResource           = -$1f2 ; - a1
  695. _RawDoFmt               = -$20a ; - a0,a1,a2,a3
  696. _GetCC                  = -$210 ; -
  697. _TypeOfMem              = -$216 ; - a1
  698. _Procure                = -$21c ; - a0,a1
  699. _Vacate                 = -$222 ; - a0,a1
  700. _OpenLibrary            = -$228 ; - a1,d0
  701. _InitSemaphore          = -$22e ; - a0
  702. _ObtainSemaphore        = -$234 ; - a0
  703. _ReleaseSemaphore       = -$23a ; - a0
  704. _AttemptSemaphore       = -$240 ; - a0
  705. _ObtainSemaphoreList    = -$246 ; - a0
  706. _ReleaseSemaphoreList   = -$24c ; - a0
  707. _FindSemaphore          = -$252 ; - a1
  708. _AddSemaphore           = -$258 ; - a1
  709. _RemSemaphore           = -$25e ; - a1
  710. _SumKickData            = -$264 ; -
  711. _AddMemList             = -$26a ; - d0,d1,d2,a0,a1
  712. _CopyMem                = -$270 ; - a0,a1,d0
  713. _CopyMemQuick           = -$276 ; - a0,a1,d0
  714. _CacheClearU            = -$27c ; -
  715. _CacheClearE            = -$282 ; - a0,d0,d1
  716. _CacheControl           = -$288 ; - d0,d1
  717. _CreateIORequest        = -$28e ; - a0,d0
  718. _DeleteIORequest        = -$294 ; - a0
  719. _CreateMsgPort          = -$29a ; -
  720. _DeleteMsgPort          = -$2a0 ; - a0
  721. _ObtainSemaphoreShared  = -$2a6 ; - a0
  722. _AllocVec               = -$2ac ; - d0,d1
  723. _FreeVec                = -$2b2 ; - a1
  724. _CreatePool             = -$2b8 ; - d0,d1,d2
  725. _DeletePool             = -$2be ; - a0
  726. _AllocPooled            = -$2c4 ; - a0,d0
  727. _FreePooled             = -$2ca ; - a0,a1,d0
  728. _AttemptSemaphoreShared = -$2d0 ; - a0
  729. _ColdReboot             = -$2d6 ; -
  730. _StackSwap              = -$2dc ; - a0
  731. _ChildFree              = -$2e2 ; - d0
  732. _ChildOrphan            = -$2e8 ; - d0
  733. _ChildStatus            = -$2ee ; - d0
  734. _ChildWait              = -$2f4 ; - d0
  735. _CachePreDMA            = -$2fa ; - a0,a1,d0
  736. _CachePostDMA           = -$300 ; - a0,a1,d0
  737. _AddMemHandler          = -$306 ; - a1
  738. _RemMemHandler          = -$30c ; - a1
  739. _ObtainQuickVector      = -$312 ; - a0
  740.  
  741.  
  742. ;****************************************************
  743. ;                expansion.library
  744. ;****************************************************
  745.  
  746. _AddConfigDev         = -$1e  ; - a0
  747. _AddBootNode          = -$24  ; - d0,d1,a0,a1
  748. _AllocBoardMem        = -$2a  ; - d0
  749. _AllocConfigDev       = -$30  ; -
  750. _AllocExpansionMem    = -$36  ; - d0,d1
  751. _ConfigBoard          = -$3c  ; - a0,a1
  752. _ConfigChain          = -$42  ; - a0
  753. _FindConfigDev        = -$48  ; - a0,d0,d1
  754. _FreeBoardMem         = -$4e  ; - d0,d1
  755. _FreeConfigDev        = -$54  ; - a0
  756. _FreeExpansionMem     = -$5a  ; - d0,d1
  757. _ReadExpansionByte    = -$60  ; - a0,d0
  758. _ReadExpansionRom     = -$66  ; - a0,a1
  759. _RemConfigDev         = -$6c  ; - a0
  760. _WriteExpansionByte   = -$72  ; - a0,d0,d1
  761. _ObtainConfigBinding  = -$78  ; -
  762. _ReleaseConfigBinding = -$7e  ; -
  763. _SetCurrentBinding    = -$84  ; - a0,d0
  764. _GetCurrentBinding    = -$8a  ; - a0,d0
  765. _MakeDosNode          = -$90  ; - a0
  766. _AddDosNode           = -$96  ; - d0,d1,a0
  767.  
  768.  
  769. ;****************************************************
  770. ;                 gadtools.library
  771. ;****************************************************
  772.  
  773. _CreateGadgetA      = -$1e  ; - d0,a0,a1,a2
  774. _FreeGadgets        = -$24  ; - a0
  775. _GT_SetGadgetAttrsA = -$2a  ; - a0,a1,a2,a3
  776. _CreateMenusA       = -$30  ; - a0,a1
  777. _FreeMenus          = -$36  ; - a0
  778. _LayoutMenuItemsA   = -$3c  ; - a0,a1,a2
  779. _LayoutMenusA       = -$42  ; - a0,a1,a2
  780. _GT_GetIMsg         = -$48  ; - a0
  781. _GT_ReplyIMsg       = -$4e  ; - a1
  782. _GT_RefreshWindow   = -$54  ; - a0,a1
  783. _GT_BeginRefresh    = -$5a  ; - a0
  784. _GT_EndRefresh      = -$60  ; - a0,d0
  785. _GT_FilterIMsg      = -$66  ; - a1
  786. _GT_PostFilterIMsg  = -$6c  ; - a1
  787. _CreateContext      = -$72  ; - a0
  788. _DrawBevelBoxA      = -$78  ; - a0,d0,d1,d2,d3,a1
  789. _GetVisualInfoA     = -$7e  ; - a0,a1
  790. _FreeVisualInfo     = -$84  ; - a0
  791. _GT_GetGadgetAttrsA = -$ae  ; - a0,a1,a2,a3
  792.  
  793.  
  794. ;****************************************************
  795. ;                 graphics.library
  796. ;****************************************************
  797.  
  798. _BltBitMap             = -$1e  ; - a0,d0,d1,a1,d2,d3,d4,d5,d6,d7,a2
  799. _BltTemplate           = -$24  ; - a0,d0,d1,a1,d2,d3,d4,d5
  800. _ClearEOL              = -$2a  ; - a1
  801. _ClearScreen           = -$30  ; - a1
  802. _TextLength            = -$36  ; - a1,a0,d0
  803. _Text                  = -$3c  ; - a1,a0,d0
  804. _SetFont               = -$42  ; - a1,a0
  805. _OpenFont              = -$48  ; - a0
  806. _CloseFont             = -$4e  ; - a1
  807. _AskSoftStyle          = -$54  ; - a1
  808. _SetSoftStyle          = -$5a  ; - a1,d0,d1
  809. _AddBob                = -$60  ; - a0,a1
  810. _AddVSprite            = -$66  ; - a0,a1
  811. _DoCollision           = -$6c  ; - a1
  812. _DrawGList             = -$72  ; - a1,a0
  813. _InitGels              = -$78  ; - a0,a1,a2
  814. _InitMasks             = -$7e  ; - a0
  815. _RemIBob               = -$84  ; - a0,a1,a2
  816. _RemVSprite            = -$8a  ; - a0
  817. _SetCollision          = -$90  ; - d0,a0,a1
  818. _SortGList             = -$96  ; - a1
  819. _AddAnimOb             = -$9c  ; - a0,a1,a2
  820. _Animate               = -$a2  ; - a0,a1
  821. _GetGBuffers           = -$a8  ; - a0,a1,d0
  822. _InitGMasks            = -$ae  ; - a0
  823. _DrawEllipse           = -$b4  ; - a1,d0,d1,d2,d3
  824. _AreaEllipse           = -$ba  ; - a1,d0,d1,d2,d3
  825. _LoadRGB4              = -$c0  ; - a0,a1,d0
  826. _InitRastPort          = -$c6  ; - a1
  827. _InitVPort             = -$cc  ; - a0
  828. _MrgCop                = -$d2  ; - a1
  829. _MakeVPort             = -$d8  ; - a0,a1
  830. _LoadView              = -$de  ; - a1
  831. _WaitBlit              = -$e4  ; -
  832. _SetRast               = -$ea  ; - a1,d0
  833. _Move                  = -$f0  ; - a1,d0,d1
  834. _Draw                  = -$f6  ; - a1,d0,d1
  835. _AreaMove              = -$fc  ; - a1,d0,d1
  836. _AreaDraw              = -$102 ; - a1,d0,d1
  837. _AreaEnd               = -$108 ; - a1
  838. _WaitTOF               = -$10e ; -
  839. _QBlit                 = -$114 ; - a1
  840. _InitArea              = -$11a ; - a0,a1,d0
  841. _SetRGB4               = -$120 ; - a0,d0,d1,d2,d3
  842. _QBSBlit               = -$126 ; - a1
  843. _BltClear              = -$12c ; - a1,d0,d1
  844. _RectFill              = -$132 ; - a1,d0,d1,d2,d3
  845. _BltPattern            = -$138 ; - a1,a0,d0,d1,d2,d3,d4
  846. _ReadPixel             = -$13e ; - a1,d0,d1
  847. _WritePixel            = -$144 ; - a1,d0,d1
  848. _Flood                 = -$14a ; - a1,d2,d0,d1
  849. _PolyDraw              = -$150 ; - a1,d0,a0
  850. _SetAPen               = -$156 ; - a1,d0
  851. _SetBPen               = -$15c ; - a1,d0
  852. _SetDrMd               = -$162 ; - a1,d0
  853. _InitView              = -$168 ; - a1
  854. _CBump                 = -$16e ; - a1
  855. _CMove                 = -$174 ; - a1,d0,d1
  856. _CWait                 = -$17a ; - a1,d0,d1
  857. _VBeamPos              = -$180 ; -
  858. _InitBitMap            = -$186 ; - a0,d0,d1,d2
  859. _ScrollRaster          = -$18c ; - a1,d0,d1,d2,d3,d4,d5
  860. _WaitBOVP              = -$192 ; - a0
  861. _GetSprite             = -$198 ; - a0,d0
  862. _FreeSprite            = -$19e ; - d0
  863. _ChangeSprite          = -$1a4 ; - a0,a1,a2
  864. _MoveSprite            = -$1aa ; - a0,a1,d0,d1
  865. _SyncSBitMap           = -$1bc ; - a0
  866. _CopySBitMap           = -$1c2 ; - a0
  867. _OwnBlitter            = -$1c8 ; -
  868. _DisownBlitter         = -$1ce ; -
  869. _InitTmpRas            = -$1d4 ; - a0,a1,d0
  870. _AskFont               = -$1da ; - a1,a0
  871. _AddFont               = -$1e0 ; - a1
  872. _RemFont               = -$1e6 ; - a1
  873. _AllocRaster           = -$1ec ; - d0,d1
  874. _FreeRaster            = -$1f2 ; - a0,d0,d1
  875. _AndRectRegion         = -$1f8 ; - a0,a1
  876. _OrRectRegion          = -$1fe ; - a0,a1
  877. _NewRegion             = -$204 ; -
  878. _ClearRectRegion       = -$20a ; - a0,a1
  879. _ClearRegion           = -$210 ; - a0
  880. _DisposeRegion         = -$216 ; - a0
  881. _FreeVPortCopLists     = -$21c ; - a0
  882. _FreeCopList           = -$222 ; - a0
  883. _ClipBlit              = -$228 ; - a0,d0,d1,a1,d2,d3,d4,d5,d6
  884. _XorRectRegion         = -$22e ; - a0,a1
  885. _FreeCprList           = -$234 ; - a0
  886. _GetColorMap           = -$23a ; - d0
  887. _FreeColorMap          = -$240 ; - a0
  888. _GetRGB4               = -$246 ; - a0,d0
  889. _ScrollVPort           = -$24c ; - a0
  890. _UCopperListInit       = -$252 ; - a0,d0
  891. _FreeGBuffers          = -$258 ; - a0,a1,d0
  892. _BltBitMapRastPort     = -$25e ; - a0,d0,d1,a1,d2,d3,d4,d5,d6
  893. _OrRegionRegion        = -$264 ; - a0,a1
  894. _XorRegionRegion       = -$26a ; - a0,a1
  895. _AndRegionRegion       = -$270 ; - a0,a1
  896. _SetRGB4CM             = -$276 ; - a0,d0,d1,d2,d3
  897. _BltMaskBitMapRastPort = -$27c ; - a0,d0,d1,a1,d2,d3,d4,d5,d6,a2
  898. _GfxNew                = -$294 ; - d0
  899. _GfxFree               = -$29a ; - a0
  900. _GfxAssociate          = -$2a0 ; - a0,a1
  901. _BitMapScale           = -$2a6 ; - a0
  902. _ScalerDiv             = -$2ac ; - d0,d1,d2
  903. _TextExtent            = -$2b2 ; - a1,a0,d0,a2
  904. _TextFit               = -$2b8 ; - a1,a0,d0,a2,a3,d1,d2,d3
  905. _GfxLookUp             = -$2be ; - a0
  906. _VideoControl          = -$2c4 ; - a0,a1
  907. _OpenMonitor           = -$2ca ; - a1,d0
  908. _CloseMonitor          = -$2d0 ; - a0
  909. _FindDisplayInfo       = -$2d6 ; - d0
  910. _NextDisplayInfo       = -$2dc ; - d0
  911. _GetDisplayInfoData    = -$2f4 ; - a0,a1,d0,d1,d2
  912. _FontExtent            = -$2fa ; - a0,a1
  913. _ReadPixelLine8        = -$300 ; - a0,d0,d1,d2,a2,a1
  914. _WritePixelLine8       = -$306 ; - a0,d0,d1,d2,a2,a1
  915. _ReadPixelArray8       = -$30c ; - a0,d0,d1,d2,d3,a2,a1
  916. _WritePixelArray8      = -$312 ; - a0,d0,d1,d2,d3,a2,a1
  917. _GetVPModeID           = -$318 ; - a0
  918. _ModeNotAvailable      = -$31e ; - d0
  919. _WeighTAMatch          = -$324 ; - a0,a1,a2
  920. _EraseRect             = -$32a ; - a1,d0,d1,d2,d3
  921. _ExtendFont            = -$330 ; - a0,a1
  922. _StripFont             = -$336 ; - a0
  923. _CalcIVG               = -$33c ; - a0,a1
  924. _AttachPalExtra        = -$342 ; - a0,a1
  925. _ObtainBestPenA        = -$348 ; - a0,d1,d2,d3,a1
  926. _SetRGB32              = -$354 ; - a0,d0,d1,d2,d3
  927. _GetAPen               = -$35a ; - a0
  928. _GetBPen               = -$360 ; - a0
  929. _GetDrMd               = -$366 ; - a0
  930. _GetOutlinePen         = -$36c ; - a0
  931. _LoadRGB32             = -$372 ; - a0,a1
  932. _SetChipRev            = -$378 ; - d0
  933. _SetABPenDrMd          = -$37e ; - a1,d0,d1,d2
  934. _GetRGB32              = -$384 ; - a0,d0,d1,a1
  935. _AllocBitMap           = -$396 ; - d0,d1,d2,d3,a0
  936. _FreeBitMap            = -$39c ; - a0
  937. _GetExtSpriteA         = -$3a2 ; - a2,a1
  938. _CoerceMode            = -$3a8 ; - a0,d0,d1
  939. _ChangeVPBitMap        = -$3ae ; - a0,a1,a2
  940. _ReleasePen            = -$3b4 ; - a0,d0
  941. _ObtainPen             = -$3ba ; - a0,d0,d1,d2,d3,d4
  942. _GetBitMapAttr         = -$3c0 ; - a0,d1
  943. _AllocDBufInfo         = -$3c6 ; - a0
  944. _FreeDBufInfo          = -$3cc ; - a1
  945. _SetOutlinePen         = -$3d2 ; - a0,d0
  946. _SetWriteMask          = -$3d8 ; - a0,d0
  947. _SetMaxPen             = -$3de ; - a0,d0
  948. _SetRGB32CM            = -$3e4 ; - a0,d0,d1,d2,d3
  949. _ScrollRasterBF        = -$3ea ; - a1,d0,d1,d2,d3,d4,d5
  950. _FindColor             = -$3f0 ; - a3,d1,d2,d3,d4
  951. _AllocSpriteDataA      = -$3fc ; - a2,a1
  952. _ChangeExtSpriteA      = -$402 ; - a0,a1,a2,a3
  953. _FreeSpriteData        = -$408 ; - a2
  954. _SetRPAttrsA           = -$40e ; - a0,a1
  955. _GetRPAttrsA           = -$414 ; - a0,a1
  956. _BestModeIDA           = -$41a ; - a0
  957. _WriteChunkyPixels     = -$420 ; - a0,d0,d1,d2,d3,a2,d4
  958.  
  959.  
  960. ;****************************************************
  961. ;                   icon.library
  962. ;****************************************************
  963.  
  964. _FreeFreeList     = -$36  ; - a0
  965. _AddFreeList      = -$48  ; - a0,a1,a2
  966. _GetDiskObject    = -$4e  ; - a0
  967. _PutDiskObject    = -$54  ; - a0,a1
  968. _FreeDiskObject   = -$5a  ; - a0
  969. _FindToolType     = -$60  ; - a0,a1
  970. _MatchToolValue   = -$66  ; - a0,a1
  971. _BumpRevision     = -$6c  ; - a0,a1
  972. _GetDefDiskObject = -$78  ; - d0
  973. _PutDefDiskObject = -$7e  ; - a0
  974. _GetDiskObjectNew = -$84  ; - a0
  975. _DeleteDiskObject = -$8a  ; - a0
  976.  
  977.  
  978. ;****************************************************
  979. ;                 iffparse.library
  980. ;****************************************************
  981.  
  982. _AllocIFF           = -$1e  ; -
  983. _OpenIFF            = -$24  ; - a0,d0
  984. _ParseIFF           = -$2a  ; - a0,d0
  985. _CloseIFF           = -$30  ; - a0
  986. _FreeIFF            = -$36  ; - a0
  987. _ReadChunkBytes     = -$3c  ; - a0,a1,d0
  988. _WriteChunkBytes    = -$42  ; - a0,a1,d0
  989. _ReadChunkRecords   = -$48  ; - a0,a1,d0,d1
  990. _WriteChunkRecords  = -$4e  ; - a0,a1,d0,d1
  991. _PushChunk          = -$54  ; - a0,d0,d1,d2
  992. _PopChunk           = -$5a  ; - a0
  993. _EntryHandler       = -$66  ; - a0,d0,d1,d2,a1,a2
  994. _ExitHandler        = -$6c  ; - a0,d0,d1,d2,a1,a2
  995. _PropChunk          = -$72  ; - a0,d0,d1
  996. _PropChunks         = -$78  ; - a0,a1,d0
  997. _StopChunk          = -$7e  ; - a0,d0,d1
  998. _StopChunks         = -$84  ; - a0,a1,d0
  999. _CollectionChunk    = -$8a  ; - a0,d0,d1
  1000. _CollectionChunks   = -$90  ; - a0,a1,d0
  1001. _StopOnExit         = -$96  ; - a0,d0,d1
  1002. _FindProp           = -$9c  ; - a0,d0,d1
  1003. _FindCollection     = -$a2  ; - a0,d0,d1
  1004. _FindPropContext    = -$a8  ; - a0
  1005. _CurrentChunk       = -$ae  ; - a0
  1006. _ParentChunk        = -$b4  ; - a0
  1007. _AllocLocalItem     = -$ba  ; - d0,d1,d2,d3
  1008. _LocalItemData      = -$c0  ; - a0
  1009. _SetLocalItemPurge  = -$c6  ; - a0,a1
  1010. _FreeLocalItem      = -$cc  ; - a0
  1011. _FindLocalItem      = -$d2  ; - a0,d0,d1,d2
  1012. _StoreLocalItem     = -$d8  ; - a0,a1,d0
  1013. _StoreItemInContext = -$de  ; - a0,a1,a2
  1014. _InitIFF            = -$e4  ; - a0,d0,a1
  1015. _InitIFFasDOS       = -$ea  ; - a0
  1016. _InitIFFasClip      = -$f0  ; - a0
  1017. _OpenClipboard      = -$f6  ; - d0
  1018. _CloseClipboard     = -$fc  ; - a0
  1019. _GoodID             = -$102 ; - d0
  1020. _GoodType           = -$108 ; - d0
  1021. _IDtoStr            = -$10e ; - d0,a0
  1022.  
  1023.  
  1024. ;****************************************************
  1025. ;                  input.library
  1026. ;****************************************************
  1027.  
  1028. _PeekQualifier = -$2a  ; -
  1029.  
  1030.  
  1031. ;****************************************************
  1032. ;                intuition.library
  1033. ;****************************************************
  1034.  
  1035. _OpenIntuition        = -$1e  ; -
  1036. _Intuition            = -$24  ; - a0
  1037. _AddGadget            = -$2a  ; - a0,a1,d0
  1038. _ClearDMRequest       = -$30  ; - a0
  1039. _ClearMenuStrip       = -$36  ; - a0
  1040. _ClearPointer         = -$3c  ; - a0
  1041. _CloseScreen          = -$42  ; - a0
  1042. _CloseWindow          = -$48  ; - a0
  1043. _CloseWorkBench       = -$4e  ; -
  1044. _CurrentTime          = -$54  ; - a0,a1
  1045. _DisplayAlert         = -$5a  ; - d0,a0,d1
  1046. _DisplayBeep          = -$60  ; - a0
  1047. _DoubleClick          = -$66  ; - d0,d1,d2,d3
  1048. _DrawBorder           = -$6c  ; - a0,a1,d0,d1
  1049. _DrawImage            = -$72  ; - a0,a1,d0,d1
  1050. _EndRequest           = -$78  ; - a0,a1
  1051. _GetDefPrefs          = -$7e  ; - a0,d0
  1052. _GetPrefs             = -$84  ; - a0,d0
  1053. _InitRequester        = -$8a  ; - a0
  1054. _ItemAddress          = -$90  ; - a0,d0
  1055. _ModifyIDCMP          = -$96  ; - a0,d0
  1056. _ModifyProp           = -$9c  ; - a0,a1,a2,d0,d1,d2,d3,d4
  1057. _MoveScreen           = -$a2  ; - a0,d0,d1
  1058. _MoveWindow           = -$a8  ; - a0,d0,d1
  1059. _OffGadget            = -$ae  ; - a0,a1,a2
  1060. _OffMenu              = -$b4  ; - a0,d0
  1061. _OnGadget             = -$ba  ; - a0,a1,a2
  1062. _OnMenu               = -$c0  ; - a0,d0
  1063. _OpenScreen           = -$c6  ; - a0
  1064. _OpenWindow           = -$cc  ; - a0
  1065. _OpenWorkBench        = -$d2  ; -
  1066. _PrintIText           = -$d8  ; - a0,a1,d0,d1
  1067. _RefreshGadgets       = -$de  ; - a0,a1,a2
  1068. _RemoveGadget         = -$e4  ; - a0,a1
  1069. _ReportMouse          = -$ea  ; - d0,a0
  1070. _Request              = -$f0  ; - a0,a1
  1071. _ScreenToBack         = -$f6  ; - a0
  1072. _ScreenToFront        = -$fc  ; - a0
  1073. _SetDMRequest         = -$102 ; - a0,a1
  1074. _SetMenuStrip         = -$108 ; - a0,a1
  1075. _SetPointer           = -$10e ; - a0,a1,d0,d1,d2,d3
  1076. _SetWindowTitles      = -$114 ; - a0,a1,a2
  1077. _ShowTitle            = -$11a ; - a0,d0
  1078. _SizeWindow           = -$120 ; - a0,d0,d1
  1079. _ViewAddress          = -$126 ; -
  1080. _ViewPortAddress      = -$12c ; - a0
  1081. _WindowToBack         = -$132 ; - a0
  1082. _WindowToFront        = -$138 ; - a0
  1083. _WindowLimits         = -$13e ; - a0,d0,d1,d2,d3
  1084. _SetPrefs             = -$144 ; - a0,d0,d1
  1085. _IntuiTextLength      = -$14a ; - a0
  1086. _WBenchToBack         = -$150 ; -
  1087. _WBenchToFront        = -$156 ; -
  1088. _AutoRequest          = -$15c ; - a0,a1,a2,a3,d0,d1,d2,d3
  1089. _BeginRefresh         = -$162 ; - a0
  1090. _BuildSysRequest      = -$168 ; - a0,a1,a2,a3,d0,d1,d2
  1091. _EndRefresh           = -$16e ; - a0,d0
  1092. _FreeSysRequest       = -$174 ; - a0
  1093. _MakeScreen           = -$17a ; - a0
  1094. _RemakeDisplay        = -$180 ; -
  1095. _RethinkDisplay       = -$186 ; -
  1096. _AllocRemember        = -$18c ; - a0,d0,d1
  1097. _AlohaWorkbench       = -$192 ; - a0
  1098. _FreeRemember         = -$198 ; - a0,d0
  1099. _LockIBase            = -$19e ; - d0
  1100. _UnlockIBase          = -$1a4 ; - a0
  1101. _GetScreenData        = -$1aa ; - a0,d0,d1,a1
  1102. _RefreshGList         = -$1b0 ; - a0,a1,a2,d0
  1103. _AddGList             = -$1b6 ; - a0,a1,d0,d1,a2
  1104. _RemoveGList          = -$1bc ; - a0,a1,d0
  1105. _ActivateWindow       = -$1c2 ; - a0
  1106. _RefreshWindowFrame   = -$1c8 ; - a0
  1107. _ActivateGadget       = -$1ce ; - a0,a1,a2
  1108. _NewModifyProp        = -$1d4 ; - a0,a1,a2,d0,d1,d2,d3,d4,d5
  1109. _QueryOverscan        = -$1da ; - a0,a1,d0
  1110. _MoveWindowInFrontOf  = -$1e0 ; - a0,a1
  1111. _ChangeWindowBox      = -$1e6 ; - a0,d0,d1,d2,d3
  1112. _SetEditHook          = -$1ec ; - a0
  1113. _SetMouseQueue        = -$1f2 ; - a0,d0
  1114. _ZipWindow            = -$1f8 ; - a0
  1115. _LockPubScreen        = -$1fe ; - a0
  1116. _UnlockPubScreen      = -$204 ; - a0,a1
  1117. _LockPubScreenList    = -$20a ; -
  1118. _UnlockPubScreenList  = -$210 ; -
  1119. _NextPubScreen        = -$216 ; - a0,a1
  1120. _SetDefaultPubScreen  = -$21c ; - a0
  1121. _SetPubScreenModes    = -$222 ; - d0
  1122. _PubScreenStatus      = -$228 ; - a0,d0
  1123. _ObtainGIRPort        = -$22e ; - a0
  1124. _ReleaseGIRPort       = -$234 ; - a0
  1125. _GadgetMouse          = -$23a ; - a0,a1,a2
  1126. _GetDefaultPubScreen  = -$246 ; - a0
  1127. _EasyRequestArgs      = -$24c ; - a0,a1,a2,a3
  1128. _BuildEasyRequestArgs = -$252 ; - a0,a1,d0,a3
  1129. _SysReqHandler        = -$258 ; - a0,a1,d0
  1130. _OpenWindowTagList    = -$25e ; - a0,a1
  1131. _OpenScreenTagList    = -$264 ; - a0,a1
  1132. _DrawImageState       = -$26a ; - a0,a1,d0,d1,d2,a2
  1133. _PointInImage         = -$270 ; - d0,a0
  1134. _EraseImage           = -$276 ; - a0,a1,d0,d1
  1135. _NewObjectA           = -$27c ; - a0,a1,a2
  1136. _DisposeObject        = -$282 ; - a0
  1137. _SetAttrsA            = -$288 ; - a0,a1
  1138. _GetAttr              = -$28e ; - d0,a0,a1
  1139. _SetGadgetAttrsA      = -$294 ; - a0,a1,a2,a3
  1140. _NextObject           = -$29a ; - a0
  1141. _MakeClass            = -$2a6 ; - a0,a1,a2,d0,d1
  1142. _AddClass             = -$2ac ; - a0
  1143. _GetScreenDrawInfo    = -$2b2 ; - a0
  1144. _FreeScreenDrawInfo   = -$2b8 ; - a0,a1
  1145. _ResetMenuStrip       = -$2be ; - a0,a1
  1146. _RemoveClass          = -$2c4 ; - a0
  1147. _FreeClass            = -$2ca ; - a0
  1148. _AllocScreenBuffer    = -$300 ; - a0,a1,d0
  1149. _FreeScreenBuffer     = -$306 ; - a0,a1
  1150. _ChangeScreenBuffer   = -$30c ; - a0,a1
  1151. _ScreenDepth          = -$312 ; - a0,d0,a1
  1152. _ScreenPosition       = -$318 ; - a0,d0,d1,d2,d3,d4
  1153. _ScrollWindowRaster   = -$31e ; - a1,d0,d1,d2,d3,d4,d5
  1154. _LendMenus            = -$324 ; - a0,a1
  1155. _DoGadgetMethodA      = -$32a ; - a0,a1,a2,a3
  1156. _SetWindowPointerA    = -$330 ; - a0,a1
  1157. _TimedDisplayAlert    = -$336 ; - d0,a0,d1,a1
  1158. _HelpControl          = -$33c ; - a0,d0
  1159.  
  1160.  
  1161. ;****************************************************
  1162. ;                  keymap.library
  1163. ;****************************************************
  1164.  
  1165. _SetKeyMapDefault = -$1e  ; - a0
  1166. _AskKeyMapDefault = -$24  ; -
  1167. _MapRawKey        = -$2a  ; - a0,a1,d1,a2
  1168. _MapANSI          = -$30  ; - a0,d0,a1,d1,a2
  1169.  
  1170.  
  1171. ;****************************************************
  1172. ;                  layers.library
  1173. ;****************************************************
  1174.  
  1175. _InitLayers               = -$1e  ; - a0
  1176. _CreateUpfrontLayer       = -$24  ; - a0,a1,d0,d1,d2,d3,d4,a2
  1177. _CreateBehindLayer        = -$2a  ; - a0,a1,d0,d1,d2,d3,d4,a2
  1178. _UpfrontLayer             = -$30  ; - a0,a1
  1179. _BehindLayer              = -$36  ; - a0,a1
  1180. _MoveLayer                = -$3c  ; - a0,a1,d0,d1
  1181. _SizeLayer                = -$42  ; - a0,a1,d0,d1
  1182. _ScrollLayer              = -$48  ; - a0,a1,d0,d1
  1183. _BeginUpdate              = -$4e  ; - a0
  1184. _EndUpdate                = -$54  ; - a0,d0
  1185. _DeleteLayer              = -$5a  ; - a0,a1
  1186. _LockLayer                = -$60  ; - a0,a1
  1187. _UnlockLayer              = -$66  ; - a0
  1188. _LockLayers               = -$6c  ; - a0
  1189. _UnlockLayers             = -$72  ; - a0
  1190. _LockLayerInfo            = -$78  ; - a0
  1191. _SwapBitsRastPortClipRect = -$7e  ; - a0,a1
  1192. _WhichLayer               = -$84  ; - a0,d0,d1
  1193. _UnlockLayerInfo          = -$8a  ; - a0
  1194. _NewLayerInfo             = -$90  ; -
  1195. _DisposeLayerInfo         = -$96  ; - a0
  1196. _FattenLayerInfo          = -$9c  ; - a0
  1197. _ThinLayerInfo            = -$a2  ; - a0
  1198. _MoveLayerInFrontOf       = -$a8  ; - a0,a1
  1199. _InstallClipRegion        = -$ae  ; - a0,a1
  1200. _MoveSizeLayer            = -$b4  ; - a0,d0,d1,d2,d3
  1201. _CreateUpfrontHookLayer   = -$ba  ; - a0,a1,d0,d1,d2,d3,d4,a3,a2
  1202. _CreateBehindHookLayer    = -$c0  ; - a0,a1,d0,d1,d2,d3,d4,a3,a2
  1203. _InstallLayerHook         = -$c6  ; - a0,a1
  1204. _InstallLayerInfoHook     = -$cc  ; - a0,a1
  1205. _SortLayerCR              = -$d2  ; - a0,d0,d1
  1206. _DoHookClipRects          = -$d8  ; - a0,a1,a2
  1207.  
  1208.  
  1209. ;****************************************************
  1210. ;                  locale.library
  1211. ;****************************************************
  1212.  
  1213. _CloseCatalog  = -$24  ; - a0
  1214. _CloseLocale   = -$2a  ; - a0
  1215. _ConvToLower   = -$30  ; - a0,d0
  1216. _ConvToUpper   = -$36  ; - a0,d0
  1217. _FormatDate    = -$3c  ; - a0,a1,a2,a3
  1218. _FormatString  = -$42  ; - a0,a1,a2,a3
  1219. _GetCatalogStr = -$48  ; - a0,d0,a1
  1220. _GetLocaleStr  = -$4e  ; - a0,d0
  1221. _IsAlNum       = -$54  ; - a0,d0
  1222. _IsAlpha       = -$5a  ; - a0,d0
  1223. _IsCntrl       = -$60  ; - a0,d0
  1224. _IsDigit       = -$66  ; - a0,d0
  1225. _IsGraph       = -$6c  ; - a0,d0
  1226. _IsLower       = -$72  ; - a0,d0
  1227. _IsPrint       = -$78  ; - a0,d0
  1228. _IsPunct       = -$7e  ; - a0,d0
  1229. _IsSpace       = -$84  ; - a0,d0
  1230. _IsUpper       = -$8a  ; - a0,d0
  1231. _IsXDigit      = -$90  ; - a0,d0
  1232. _OpenCatalogA  = -$96  ; - a0,a1,a2
  1233. _OpenLocale    = -$9c  ; - a0
  1234. _ParseDate     = -$a2  ; - a0,a1,a2,a3
  1235. _StrConvert    = -$ae  ; - a0,a1,a2,d0,d1
  1236. _StrnCmp       = -$b4  ; - a0,a1,a2,d0,d1
  1237.  
  1238.  
  1239. ;****************************************************
  1240. ;                 lowlevel.library
  1241. ;****************************************************
  1242.  
  1243. _ReadJoyPort          = -$1e  ; - d0
  1244. _GetLanguageSelection = -$24  ; -
  1245. _GetKey               = -$30  ; -
  1246. _QueryKeys            = -$36  ; - a0,d1
  1247. _AddKBInt             = -$3c  ; - a0,a1
  1248. _RemKBInt             = -$42  ; - a1
  1249. _SystemControlA       = -$48  ; - a1
  1250. _AddTimerInt          = -$4e  ; - a0,a1
  1251. _RemTimerInt          = -$54  ; - a1
  1252. _StopTimerInt         = -$5a  ; - a1
  1253. _StartTimerInt        = -$60  ; - a1,d0,d1
  1254. _ElapsedTime          = -$66  ; - a0
  1255. _AddVBlankInt         = -$6c  ; - a0,a1
  1256. _RemVBlankInt         = -$72  ; - a1
  1257. _SetJoyPortAttrsA     = -$84  ; - d0,a1
  1258.  
  1259.  
  1260. ;****************************************************
  1261. ;                 mathffp.library
  1262. ;****************************************************
  1263.  
  1264. _SPFix   = -$1e  ; - d0
  1265. _SPFlt   = -$24  ; - d0
  1266. _SPCmp   = -$2a  ; - d1,d0
  1267. _SPTst   = -$30  ; - d1
  1268. _SPAbs   = -$36  ; - d0
  1269. _SPNeg   = -$3c  ; - d0
  1270. _SPAdd   = -$42  ; - d1,d0
  1271. _SPSub   = -$48  ; - d1,d0
  1272. _SPMul   = -$4e  ; - d1,d0
  1273. _SPDiv   = -$54  ; - d1,d0
  1274. _SPFloor = -$5a  ; - d0
  1275. _SPCeil  = -$60  ; - d0
  1276.  
  1277.  
  1278.  
  1279. _CloseSocket = -120
  1280. _Dup2Socket = -264
  1281. _Errno = -162
  1282. _GetSocketEvents = -300
  1283. _Inet_LnaOf = -186
  1284. _Inet_MakeAddr = -198
  1285. _Inet_NetOf = -192
  1286. _Inet_NtoA = -174
  1287. _IoctlSocket = -114
  1288. _ObtainSocket = -144
  1289. _ReleaseCopyOfSocket = -156
  1290. _ReleaseSocket = -150
  1291. _SetErrnoPtr = -168
  1292. _SetSocketSignals = -132
  1293. _SocketBaseTagList = -294
  1294. _WaitSelect = -126
  1295. _accept = -48
  1296. _bind = -36
  1297. _connect = -54
  1298. _getdtablesize = -138
  1299. _gethostbyaddr = -216
  1300. _gethostbyname = -210
  1301. _gethostid = -288
  1302. _gethostname = -282
  1303. _getnetbyaddr = -228
  1304. _getnetbyname = -222
  1305. _getpeername = -108
  1306. _getprotobyname = -246
  1307. _getprotobynumber = -252
  1308. _getservbyname = -234
  1309. _getservbyport = -240
  1310. _getsockname = -102
  1311. _getsockopt = -96
  1312. _inet_addr = -180
  1313. _inet_network = -204
  1314. _listen = -42
  1315. _recv = -78
  1316. _recvfrom = -72
  1317. _recvmsg = -276
  1318. _send = -66
  1319. _sendmsg = -270
  1320. _sendto = -60
  1321. _setsockopt = -90
  1322. _shutdown = -84
  1323. _socket = -30
  1324. _vsyslog = -258
  1325.